projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208c82c
)
Fix warning: should pass gboolean*, not gboolean**
author
Javier Jardón
<jjardon@gnome.org>
Wed, 23 Jun 2010 23:31:01 +0000
(
01:31
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 23 Jun 2010 23:31:01 +0000
(
01:31
+0200)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 53f71495e0ec2ea1626b4aca058f2d8d2f6b4824..0b06b32988a17891001d3349d821820e362a97ec 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-3265,7
+3265,7
@@
gtk_icon_info_load_symbolic_for_style (GtkIconInfo *icon_info,
err = &error_color;
return gtk_icon_info_load_symbolic (icon_info, fg, success, warning, err,
-
&
was_symbolic, error);
+ was_symbolic, error);
}
/**